FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Band Class / Band Constructor / Band Constructor(String,String,IBand[])
Banded column name.
Band's caption.
Child bands.

In This Topic
    Band Constructor(String,String,IBand[])
    In This Topic
    Initializes a new instance of the Band class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String, _
       ByVal caption As String, _
       ByVal ParamArray children() As IBand _
    )
    public Band( 
       string name,
       string caption,
       params IBand[] children
    )

    Parameters

    name
    Banded column name.
    caption
    Band's caption.
    children
    Child bands.
    See Also